.primaryContainer {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:url("../../../images/travelnetv4/login/loginwall2.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    background-attachment: fixed;
}

#box {
    float: none;
    height: relative;
    clear: none;
    width: 335px;
    background-color: rgba(40, 42, 49, 0.941176);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    position: static;
    top: 0px;
    left: 0px;
    display: block;
    margin-top: 246px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: rgb(0, 0, 0) 1px 3px 10px 0px;
    box-shadow: rgb(0, 0, 0) 1px 3px 10px 0px;
}

#title, #title2FA {
    float: left;
    font-size: 53px;
    width: 45%;
    height: auto;
    text-align: center;
    font-weight: 200;
    line-height: 1em;
    margin-left: 27.5%;
    margin-top: 113px;
    clear: none;
    min-height: 96px;
    color: rgb(255, 255, 255);
    font-family: lato;
    text-shadow: rgb(35, 35, 35) 0px 1px 17px;
}

#dataAccess, #dataAccess2FA {
    float: left;
    font-size: 24px;
    width: 90.586254%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: 4.706873%;
    margin-top: 22px;
    clear: none;
    min-height: 56px;
    font-family: lato;
    color: rgba(255, 255, 255, 0.960784);
}

#submit_login, #submit_reset, #submit_change {
    float: left;
    height: 60px;
    font-size: 21px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100.004681%;
    margin-right: 0%;
    background-color: rgb(66, 77, 101);
    font-family: lato;
    color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 12px;
    border: 0px solid rgb(66, 77, 101);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#submit_login:hover, #submit_reset:hover, #submit_change:hover{
    border-width: 1px;
    border-style: none;
    background-color: rgb(16, 78, 123);
}

.language:hover {
    border-width: 1px;
    border-style: none;
    background-color: #f999);
}

#formgroup {
    float: left;
    height: auto;
    display: block;
    text-align: left;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    width: 100%;
    min-height: auto;
    margin-right: 0%;
}

#usuario, #correo, #password, #passwordConfirmation, #code2FA {
    float: none;
    height: auto;
    padding: 0px;
    font-size: 20px;
    display: block;
    width: 100%;
    font-family: lato;
    text-align: center;
    color: rgba(255, 255, 255, 0.960784);
    background-color: rgba(90, 113, 164, 0);
    border-bottom-style: solid;
    border-width: 0px 0px 1px;
    border-bottom-color: rgb(64, 87, 135);
}

#user, #pass, #email, #passConfirm, #code2FAInfo {
    float: none;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
    font-family: lato;
    color: rgb(90, 108, 148);
    margin-top: 5px;
    margin-left: 0%;
    clear: none;
}

#idioma {
    float: right;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 400;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
    font-family: lato;
    color: rgb(225, 225, 225);
    margin-top: 5px;
    margin-left: 0%;
	margin-right: 1%;
    clear: none;
}

/*Added on April 17th, 2017 by KH for reset password function*/
#resetUserAndPass {
    float: right;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 400;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
    font-family: lato;
    color: rgb(225, 225, 225);
    margin-top: 25px;
	margin-bottom: -17px;
    margin-left: 0%;
	margin-right: 1%;
    clear: none;
	text-decoration: underline;
}

#text8 {
    float: left;
    font-size: 15px;
    width: 113.24px;
    height: 33.65253552px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 22px;
    color: rgb(255, 255, 255);
    font-family: lato;
    position: fixed;
    bottom: 0px;
    right: 10px;
    margin-top: 0px;
    margin-left: 74.418838%;
    padding-right: 10px;
    padding-bottom: 10px;
}

#usuario:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}

.error_msg_login, .error_valid_login, .error_Contract, .error_Agency, .error_User, .error_sessionExp, .error_invalid_user, .error_msg_pass, .error_msg_passConfirm, .error_invalid_token, .error_no_user, .error_Domain, .error_recovery_password, .error_unauthorized_productive_access_env {
	text-align: center;
	color: rgb(225,92,92);
	list-style-type: none;
	font-size: 12px;
}

.error_valid_user, .error_valid_pass {
	text-align: center;
	color: rgb(92,150,92);
	list-style-type: none;
	font-size: 12px;
}

#image {
    float: left;
    width: 8.556548%;
    max-width: none;
    height: 82.578125px;
    margin-left: 1.509038%;
    margin-top: 49px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#text7 {
    float: none;
    font-size: 15px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 0.2em 0em;
    display: block;
    font-family: lato;
    color: rgb(90, 108, 148);
    margin-top: 5px;
    margin-left: 0%;
    clear: none;
}

#boxContent {
	position: relative;
	width: 540px;
	margin: 0 auto;

}

#box1 {
    float: left;
    height: 96px;
    margin-left: 1.532336%;
    margin-top: 55.5px;
    clear: none;
    position: absolute;
    bottom: 80px;
    right: 70px;
    width: 90px;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.language {
    float: left;
    font-size: 13px;
    width: 85.624654%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.495663%;
    margin-top: 9.5px;
    clear: both;
    min-height: 17px;
    font-family: lato;
    display: block;
    margin-right: 0%;
}

#text5 {
    float: left;
    font-size: 1em;
    width: 85.624654%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.495663%;
    margin-top: 9.5px;
    clear: both;
    min-height: 17px;
    font-family: lato;
    display: block;
    margin-right: 0%;
}

#text6 {
    float: left;
    font-size: 1em;
    width: 85.624654%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.495663%;
    margin-top: 11.5px;
    clear: both;
    min-height: 17px;
    font-family: lato;
    display: block;
    margin-right: 0%;
}

.language:hover {
    color: rgb(47, 105, 230);
    font-size: 16px;
}

#text5:hover {
    color: rgb(47, 105, 230);
}

#text6:hover {
    color: rgb(47, 105, 230);
}

#text4:active {
    color: rgb(47, 105, 230);
}

#text5:active {
    color: rgb(47, 105, 230);
}

#text6:active {
    color: rgb(47, 105, 230);
}

@media only screen and (max-width: 1002px) {
    #box {
        margin-top: 273px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
    }

    #text {
        margin-top: 113px;
        margin-left: 11.157373%;
        clear: none;
    }

    #image {
        height: 118.765625px;
        width: 12.306637%;
        max-width: none;
    }

    #text8 {
        margin-top: 12px;
        margin-right: 0%;
        margin-left: 70.402529%;
        clear: none;
    }

    #text7 {
        margin-top: 19px;
        margin-left: 1.598512%;
        clear: both;
    }
}

@media only screen and (max-width: 623px) {
    #text {
        height: auto;
        width: 61.637239%;
        margin-top: 0px;
        margin-left: 17.043787%;
        clear: both;
    }

    #image {
        margin-left: 35%;
        clear: none;
        height: 180px;
        width: 30%;
        max-width: none;
        margin-top: -30.203125px;
    }

    #boxContent{
    	width:320px;
	}

    #box {
    	width:320px;
        margin-top: 60px;
        clear: none;
    }

    #title, #title2FA {
    	margin:0 auto;
    	width: 250px;
    	float:none;
    	font-size:32px;

    	text-align: center;

	}

    #text8 {
        margin-top: 7.28125px;
        margin-left: 58.90377%;
        clear: none;
        margin-right: 0%;

        bottom: 0;
        right: 10px;
        position: relative;

    }

    #text7 {
        margin-top: 15.28125px;
        margin-left: 1.608366%;
        clear: both;
    }
}

#capcha{
	width:100%;
}
.centered{
    margin: auto;
    width: 100%;
    
    
}
.g-recaptcha{
    margin: auto;
    width: 304px;
}
